Class
DictionaryExtensions<TKey, TValue>
class DictionaryExtensions<TKey, TValue>
Namespace: System.Collections.Generic
Assembly: Raven.Core.dll
Source file: TryGet.rvn
Inheritance: object → DictionaryExtensions<TKey, TValue>
Provides option-returning dictionary lookup.
Type parameters
| Name | Description |
|---|---|
TKey |
The dictionary key type. |
TValue |
The dictionary value type. |